@charset "UTF-8";
.header {
  width: 100%;
  height: 240px;
  background: url("../../images/bg_banner.png") no-repeat center;
}
.header .topLogo {
  padding: 66px 0;
  position: relative;
}
.header .topLogo .logo {
  width: 423px;
  height: 108px;
}
.header .topLogo .topMenu {
  position: relative;
}
.header .topLogo .topMenu .topSearch {
  width: 320px;
}
.header .topLogo .topMenu .topRight {
  font-size: 0;
  display: none;
  align-items: center;
  position: absolute;
  right: 8px;
  top: -15px;
}
.header .topLogo .topMenu .topRight .wap_search {
  margin-right: 16px;
}
.header .topLogo .topMenu .topRight .wap_search img {
  width: 20px;
  height: 20px;
}
.header .topLogo .topMenu .topRight .navMenu {
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header .topLogo .topMenu .topRight .navMenu img {
  width: 20px;
  height: 20px;
}

/* 搜索 */
.alertSearch {
  background: #F0F0F0;
  padding: 20px 28px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .header {
    width: 100%;
    height: 80px;
    background: url("../../images/bg_banner1.png") no-repeat;
    background-size: 100% 80px;
  }
  .header .topLogo {
    padding: 22px 12px;
  }
  .header .topLogo .logo {
    width: 144px;
    height: 36px;
  }
  .header .topLogo .topMenu .topSearch {
    display: none;
  }
  .header .topLogo .topMenu .topRight {
    display: flex;
  }
}
